Generate a base record if there are any base columns, or if there is only
one primary key coulmn (in which case we will not generate a primary key
class), or if there is only one BLOB column (in which case we will not
generate a record with BLOBs class).
JavaBeans rules:
eMail > geteMail() firstName > getFirstName() URL > getURL() XAxis >
getXAxis() a > getA() B > invalid - this method assumes that this is not
the case.
JavaBeans rules:
eMail > seteMail() firstName > setFirstName() URL > setURL() XAxis >
setXAxis() a > setA() B > invalid - this method assumes that this is not
the case.