[hibernate-issues] [Hibernate-JIRA] Commented: (HBX-49) Support @Entity(name="something")
Ezra Epstein (JIRA)
noreply at atlassian.com
Mon Oct 29 15:15:39 EDT 2007
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_28624 ]
Ezra Epstein commented on HBX-49:
---------------------------------
I think there's still an issue here. If I've defined an entity name in the Annotation I'd expect that when I invoke
session.get("Foo", id);
on a Hibernate Session this would work with the entity name I'd set via the @Entity(name="Foo") annotation. It doesn't...
See: http://forum.hibernate.org/viewtopic.php?p=2367907
Is this an improvement to be added, a known issue or ??
> Support @Entity(name="something")
> ---------------------------------
>
> Key: HBX-49
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-49
> Project: Hibernate Tools
> Issue Type: Improvement
> Components: annotations (obsolete)
> Affects Versions: 3.0alpha
> Reporter: Emmanuel Bernard
> Assignee: Emmanuel Bernard
> Priority: Minor
> Fix For: 3.0alpha
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list