java - Does hibernate check length of column? -
i have access db , read-only access hbm.xml files. need increase column size. see in table/column definition in hbm.xml files table no attribute length. should application work increased column size in case?
yes, will. hibernate doesn't care length of columns.
why don't test it?
Comments
Post a Comment