On Wed, Mar 14, 2012 at 12:53 PM, Hardy Ferentschik <hardy(a)hibernate.org> wrote:
@Generated(value =
"org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(ZeroCoordinates.class)
public abstract class ZeroCoordinates_ {
}
Nope. I have attributes in it (and SingularAttribute import is missing
as it's added to the wrong MetaEntity).
From the test case, I saw that it wasn't supposed to but as they
are
defined in the XML files, I am not so surprised they are generated.
I don't know why I have this behaviour...