Eclipse's JPA 2.0 support through Dali (which is included in "Eclipse IDE for JEE Developers") has its own metamodel generator integrated with Eclipse.
Select your project in the Package Explorer
Go to Properties -> JPA dialog
Select source folder from Canonical metamodel (JPA 2.0) group
Click Apply button to generate metamodel classes in the selected source folder
This should work on any JPA provider as the generated classes are standard.