[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-7048) Remove resolver classes

John Verhaeg (JIRA) noreply at atlassian.com
Thu Mar 1 10:49:48 EST 2012


     [ https://hibernate.onjira.com/browse/HHH-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Verhaeg resolved HHH-7048.
-------------------------------

    Resolution: Fixed

Finished changes to ensure resolution of all entities and types during binding.  Refactored quite a bit of code while I did this, addressing some TODOs such as using consistent method names and cleaning up redundant and duplicate code.  Still have some cleanup to do regarding the break out of the HibernateTypeHelper class.  Also removed some large blocks of unused code, so this may need to be added back in if it's to be used in the future.

> Remove resolver classes
> -----------------------
>
>                 Key: HHH-7048
>                 URL: https://hibernate.onjira.com/browse/HHH-7048
>             Project: Hibernate ORM
>          Issue Type: Task
>          Components: metamodel
>            Reporter: John Verhaeg
>            Assignee: John Verhaeg
>
> Resolvers are currently called at the end of the MetadataImpl constructor as a temporary solution until a proper solution for creating bindings can be developed.  However, it appears these can be removed after integrating their logic in an appropriate location within the Binder.

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