[hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-02 Thread Tomasz Blachowicz
Hi, I had been working recently on some stuff that deals with JPA2 meta model. Hibernate is my JPA2 provider/engine. Everything works fine except one little thing that is name of the Entity. I'd expect that value returned by EntityType.getName() would be the same as @Entity.name but not the FQN of

Re: [hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-02 Thread Emmanuel Bernard
I'd say you're correct and the name should match in the metamodel. Can you open a JIRA issue and even better try and work out a patch? PS: I've spilled hot chocolate on my laptop in the past: not good, the machine slowly but inevitably dies as corrosion wins it over. On 2 nov. 2010, at 12:35, To

Re: [hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-02 Thread Tomasz Blachowicz
I've already created the ticket ( http://opensource.atlassian.com/projects/hibernate/browse/HHH-5709). And I should be able to create the patch sometime this evening. Cheers, Tom On Tue, Nov 2, 2010 at 12:24 PM, Emmanuel Bernard wrote: > I'd say you're correct and the name should match in the me

Re: [hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-02 Thread Emmanuel Bernard
Cool :) If you use GitHub's infrastructure and use a pull-request, we can get that integrated quite fast. On 2 nov. 2010, at 13:50, Tomasz Blachowicz wrote: > I've already created the ticket > (http://opensource.atlassian.com/projects/hibernate/browse/HHH-5709). > And I should be able to create