How can I indicate with JPA that a field that is integer has this format "00001". That is, 5 digits that are completed with leading zeros.
How can I indicate with JPA that a field that is integer has this format "00001". That is, 5 digits that are completed with leading zeros.