En succès
A duré 13 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly)
Standard Output
2025-05-22 06:40:55 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))
2025-05-22 06:40:55 DEBUG DDLDeployer create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-05-22 06:40:55 DEBUG DDLDeployer create table Author(name varchar(255), id bigint GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) not null, unique (id))
...[truncated 4129 chars]...
runtime.load.JoinRoot$JoinRootRowConsumer@491314c1
2025-05-22 06:40:55 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@23481b1a on object org.codefilarete.stalactite.engine.model.book.Book@3eb3663
2025-05-22 06:40:55 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@1cad8e2b on object org.codefilarete.stalactite.engine.model.book.Book@3eb3663