En succès
A duré 49 ms.
Standard Output
2026-02-03 07:36:48 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-02-03 07:36:48 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-02-03 07:36:48 DEBUG DDLDeployer alter table Book add constr
...[truncated 5076 chars]...
gory where id = ? | {1={BusinessCategory.id=3}}
2026-02-03 07:36:48 DEBUG SimpleRelationalEntityPersister selecting entities [1, 2, 3]
2026-02-03 07:36:48 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-02-03 07:36:48 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.m.b.BusinessCategory