En succès
A duré 47 ms.
Standard Output
2025-09-15 21:08:14 DEBUG DDLDeployer create table Person(name varchar(255), creationDate timestamp, modificationDate timestamp, id int not null, vehicleId int, unique (id))
2025-09-15 21:08:14 DEBUG DDLDeployer create table Vehicle(color int, id int not null, DTYPE varchar(255) not null, unique (id))
2025-09-15 21:08:14 DEBUG DDLDeployer alter table Person add constraint FK_Person_vehicleId_Vehicle_id foreign key(vehicleId) references Vehicle(id)
2025-09-15 21:08:14 DEBUG SingleTablePolymorphis
...[truncated 12677 chars]...
lePolymorphismPersister selecting entities [o.c.s.i.PersistedIdentifier@17]
2025-09-15 21:08: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
2025-09-15 21:08: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}