[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-6337) Add root, superclass, and subclass bindings to EntityBinding

Gail Badner (JIRA) noreply at atlassian.com
Wed Jul 27 15:41:15 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43088#comment-43088 ] 

Gail Badner commented on HHH-6337:
----------------------------------

Now that HHH-6471 is fixed:
- the root EntityBinding can be obtained by EntityBinding.getHierarchyDetails().getRootEntityBinding();
- the superclass EntityBinding can be obtained by EntityBinding.getSuperEntityBinding();

It may not be necessary for EntityBinding to provide subclass EntityBindings. I'll leave this open while I look into this.

> Add root, superclass, and subclass bindings to EntityBinding
> ------------------------------------------------------------
>
>                 Key: HHH-6337
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6337
>             Project: Hibernate Core
>          Issue Type: Task
>            Reporter: Gail Badner
>             Fix For: 4.0.0.next
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list