javahibernatesizehbmxml

Does hibernate check length of column?


I have only access to db and read-only access to hbm.xml files. It is need to increase column size. I see that in table/column definition in hbm.xml files for this table no attribute length. Should application work with increased column size in this case?


Solution

  • Yes, it will. Hibernate doesn't care about the length of the columns.

    Why don't you simply test it?