jpa-entity-generator
jpa-entity-generator copied to clipboard
Add columns length support
Changes
Adds length
, precision
and scale
support on @Column annotation.
Concerns only String
and java.math.BigDecimal