Java Reserved words that should not be used as property names.
You can specify a mapping in the system properties file. These mappings are
used to convert the property names and should automatically create a COLUMN
annotation for you.
Example system properties entry:
ebean.codegen.reservedwords=abstract=summary,int=integer
|