easy-random icon indicating copy to clipboard operation
easy-random copied to clipboard

Generate strings of length mentioned in JPA Constraints

Open kurasaiteja opened this issue 3 years ago • 0 comments

Class A { @Column( name="number" length=5 ) getter.... setter..... }

Get Easy Random is ignoring the length constraint and generating random length strings. How to overcome this?

kurasaiteja avatar Jun 21 '21 09:06 kurasaiteja