En succès
A duré 12 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly)
Standard Output
2025-02-24 21:47:28 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-02-24 21:47:28 DEBUG DDLDeployer create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-02-24 21:47:28 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 3760 chars]...
ntime.load.JoinRoot$JoinRootRowConsumer@4c435710
2025-02-24 21:47:28 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@487c19e4 on object org.codefilarete.stalactite.engine.model.book.Book@2a5fdd7d
2025-02-24 21:47:28 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@71b27af3 on object org.codefilarete.stalactite.engine.model.book.Book@2a5fdd7d