[hibernate-dev] how to get an EntityBinding by class name?
Steve Ebersole
steve at hibernate.org
Fri Jul 6 10:24:39 EDT 2012
In Hibernate terminology it is a special form of HQL import name.
However, it has a special meaning as well in that
javax.persistence.metamodel.EntityType#getName should return this value,
whereas that is not true of any explicit import names (in Hibernate you
can give an entity any number of import names).
On 07/06/2012 09:11 AM, Hardy Ferentschik wrote:
> On Jul 6, 2012, at 4:08 PM, Steve Ebersole wrote:
>
>> We need JPA entity-name as a separate deal. There is a reason I added it ;)
> Right. I know you keep saying this :-) It's just I have not seen this reason yet. I guess if I would dig deeper into the code
> I would find it somewhere
>
>> Its not the same as a Hibernate entity name. Nor is it the same as a Hibernate import name. It is something very specific.
--
steve at hibernate.org
http://hibernate.org
More information about the hibernate-dev
mailing list