[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-6132) Process and bind global configuration annotations

Strong Liu (JIRA) noreply at atlassian.com
Fri May 13 10:23:25 EDT 2011


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

Strong Liu commented on HHH-6132:
---------------------------------

I'm not quite understand your question. here is my understanding:
* yes, here DotName is just an identifier, that's why i'm using another class _MockedNames_
* when we processing it, we can just look up it from _Index_ by DotName/Identifier
* we can't use @EntityListeners, @PostXYZ and @PreXYZ here is SPEC 12.2.16, but sure we can still use @EntityListeners and add a separated property such as "persistenceDefault=true"
{quote}
These entity listeners are called before any other entity listeners for an entity unless the entity listener order is overridden within a mapped-superclass or entity element, or the ExcludeDefaultLis- teners annotation is present on the entity or mapped superclass or the exclude-default-lis- teners subelement is specified within the corresponding entity or mapped-superclass XML element.
{quote}

> Process and bind global configuration annotations
> -------------------------------------------------
>
>                 Key: HHH-6132
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6132
>             Project: Hibernate Core
>          Issue Type: Sub-task
>          Components: metamodel
>            Reporter: Hardy Ferentschik
>            Assignee: John Verhaeg
>             Fix For: 4.0.0.Beta1
>
>


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