Alessandro D'Ottavio

Results 1 issues of Alessandro D'Ottavio

i have an aggregate that internally has two 1 to M relationship ```java @Getter @Setter @AllArgsConstructor @Builder @EqualsAndHashCode(of = {"id"}) @Table("TOOL") public class AgrTool { private @Id Long id; private...

status: blocked
type: enhancement