<conventions>
...
<version-convention pattern="lockVersion"/>
</conventions>
Best regards,
Florian
--
Vous recevez ce message, car vous êtes abonné au groupe Google Groupes "minuteproject".
Pour vous désabonner de ce groupe et ne plus recevoir d'e-mails le concernant, envoyez un e-mail à l'adresse minuteprojec...@googlegroups.com.
Pour obtenir davantage d'options, consultez la page https://groups.google.com/d/optout.
<reference-naming-convention type="apply-referenced-alias-when-no-ambiguity" is-to-plurialize="true" />
<reference-naming-convention type="apply-many-to-many-aliasing" is-to-plurialize="true" />
<entity name="yourentity">
<field name="yourfield" alias ="your preferred name"/>
</entity>
<column-naming-convention type="apply-strip-column-name-suffix" pattern-to-strip="ID" />