En succès
A duré 0,26 s.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToManySetTest$CascadeAssociationOnly)
Standard Output
2025-03-12 07:26:40 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-03-12 07:26:40 DEBUG DDLDeployer create table Book_authors(book_id bigint, authors_id bigint, unique (book_id, authors_id))
2025-03-12 07:26:40 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 3761 chars]...
ntime.load.JoinRoot$JoinRootRowConsumer@2f45e768
2025-03-12 07:26:40 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.PassiveJoinNode$PassiveJoinRowConsumer@1d30711e on object org.codefilarete.stalactite.engine.model.book.Book@669c0c64
2025-03-12 07:26:40 DEBUG EntityTreeInflater Consuming org.codefilarete.stalactite.engine.runtime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@21f4a752 on object org.codefilarete.stalactite.engine.model.book.Book@669c0c64