[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-6114) Preprocess annotation configuration

Hardy Ferentschik (JIRA) noreply at atlassian.com
Tue May 3 10:49:59 EDT 2011


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

Hardy Ferentschik commented on HHH-6114:
----------------------------------------

Before we can create the Hibernate metamodel classes we need to pre-process the annotated classes to determine things like the default access type, inheritance type, etc. We also need to resolve generic parameters for embedded types and mapped superclasses. 
Introducing an additional layer between annotations and the metamodel distributes the parsing/binding code more. Otherwise the binder classes would be very heavy weight.

> Preprocess annotation configuration
> -----------------------------------
>
>                 Key: HHH-6114
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6114
>             Project: Hibernate Core
>          Issue Type: Sub-task
>          Components: annotations
>    Affects Versions: 4.0.0.Alpha2
>            Reporter: Hardy Ferentschik
>            Assignee: Hardy Ferentschik
>             Fix For: 4.0.0.Alpha3
>
>
> Need replacements for former _InheritanceState_

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