]
Steve Ebersole updated HHH-6538:
--------------------------------
Fix Version/s: (was: 4.1.0)
5.0.0
Consider extracting CollectionElement interface from
AbstractCollectionElement
------------------------------------------------------------------------------
Key: HHH-6538
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6538
Project: Hibernate Core
Issue Type: Task
Components: metamodel
Reporter: Gail Badner
Fix For: 5.0.0
I notice that AbstractPluralAttributeBinding.getCollectionElement() returns
AbstractCollectionElement.
I also noticed that:
- CollectionKey.getPluralAttributeBinding() returns AbstractPluralAttributeBinding
- AbstractCollectionElement.getCollectionBinding() returns
AbstractPluralAttributeBinding
Should these return PluralAttributeBinding?
Also related:
The following are defined in AbstractPluralAttributeBinding, but not in
PluralAttributeBinding:
- getReferencedPropertyName()
- isEmbedded()
Should they be added to PluralAttributeBinding?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: