Skip to main content

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

I would propose we use:
 
eclipselink.jpa.modelgen.qualifier
eclipselink.jpa.persistence_xml
eclipselink.jpa.modelgen.qualifier_position
eclipselink.jpa.modelgen.package_suffix
 
Doug
-----Original Message-----
From: Guy Pelletier
Sent: Wednesday, September 16, 2009 10:14 AM
To: Dev mailing list for Eclipse Persistence Services
Subject: [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