In essence, I specify:
/**Банковские реквизиты*/ @Column(name = "\"someBank\"", length = 300) private String someBank; In the database varchar(300) . Is it possible to get this length from the database / entity, for example, to limit the number of characters in the input field?