En succès
A duré 16 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly)
Standard Output
2025-04-28 07:03:13 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-04-28 07:03:13 DEBUG DDLDeployer create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-04-28 07:03:13 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@d6c9fd
2025-04-28 07:03:13 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@36c0354a on object org.codefilarete.stalactite.engine.model.book.Book@61642f8d
2025-04-28 07:03:13 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@5d45bb71 on object org.codefilarete.stalactite.engine.model.book.Book@61642f8d