Embedded Set with Spring Roo (Scaffolding)
Embedded Set with Spring Roo (Scaffolding)
I am struggling to scaffold a Class with an „embedded List“.
I have a Product where a scaled Price should be persisted and scaffolded (MVC) within the Product-Class.
The Class for the scale price looks like this
@RooJavaBean @RooToString @Embeddable public class ScalePrice { int from; int to; BigDecimal price; }
And my naive implementation of the Product-Class looks like this:
@Ro…
View On WordPress













