[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6132?page=c...
]
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira