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

Gail Badner (JIRA) noreply at atlassian.com
Thu Aug 4 13:06:02 EDT 2011


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

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

EntityBinding does need to provide the subclass EntityBindings.

I'll add the following EntityBinding methods required to build SingleTableEntityPersister:
- isPolymorphic()
- hasSubEntityBindings()
- getSubEntityBindingSpan()
- getSubEntityBindingClosure()

The following methods will be updated to account for super EntityBinding properties:
- getAttributeBindingClosureSpan()
- getAttributeBindingClosure()

> 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
>            Assignee: 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