I'm using Hibernate Tools in Eclipse to reverse engineer the domain entities of an existing database.
I more-or-less have everything generating how I want, although I still get a batch of "Metamodel" classes generated alongside my domain classes. These are classes with the same name, but suffixed with and underscore "_".
I've read some docs on the metamodel concept here, but I'm still not sure on their purpose...
Is it safe for me to simply delete those classes? If they are not useful to me I'd rather not have them cluttering up my package explorer.