Standard Output
2025-08-16 06:37:34 TRACE SQLOperation insert into Person(id, name) values (?, ?) | {Person.name=John Do, Person.id=1}
2025-08-16 06:37:34 INFO HSQLDBInMemoryDataSource giving connection org.hsqldb.jdbc.JDBCConnection@3f8aa3ee
2025-08-16 06:37:34 DEBUG SimpleRelationalEntityPersister selecting entities [o.c.s.i.PersistedIdentifier@1]
2025-08-16 06:37:34 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@1}
2025-08-16 06:37:34 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.Person