En succès
A duré 17 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly)
Standard Output
2025-04-27 09:16:41 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-27 09:16:41 DEBUG DDLDeployer create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-04-27 09:16:41 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 4135 chars]...
ntime.load.JoinRoot$JoinRootRowConsumer@6e05ec93
2025-04-27 09:16:41 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@2b2d3732 on object org.codefilarete.stalactite.engine.model.book.Book@1483fa8b
2025-04-27 09:16:41 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@5ba0cf3c on object org.codefilarete.stalactite.engine.model.book.Book@1483fa8b