Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Canonical Model Generator Properties

We currently have the following properties that can be used with the canonical model generator:

eclipselink.canonical-model.qualifier
eclipselink.canonical-model.persistence-xml
eclipselink.canonical-model.qualifier-position
eclipselink.canonical-model.package-suffix

As these properties can be specified in the persistence.xml we have followed our regular naming convention. Unfortunately though, these properties names do not work when used as a javac -A option. javac does not like the dashes.
 
Our current thought is to use an underscore rather than a dash for only these properties.
Any comments or opinions would be greatly appreciated.
 
Cheers,
Guy

Back to the top