mirage-sql / mirage

Mirage-SQL - the SQL Centric Database Access Library for Java
Apache License 2.0
59 stars 21 forks source link

Add convention "id" for field as PK. #55

Open aadrian opened 6 years ago

aadrian commented 6 years ago

Add the convention that "id" for fields are treated as primary keys even if they are not annotated, and there's no other annotated field.

The generation type should be that of the default for the selected Dialect.