It seems that by default Abator-generated model classes use type wrappers instead of primitive types for fields that correspond to database table columns. For example, a table with a column of type int will have a corresponding model object field of type Integer. Why aren't primitive types used? Can Abator be configured to use primitive types?

Reply via email to