[hibernate-issues] [Hibernate-JIRA] Created: (HCANN-14) Support of TypeDef parameter inheritance

Ronny Zabel (JIRA) noreply at atlassian.com
Thu Jan 7 05:45:29 EST 2010


Support of TypeDef parameter inheritance
----------------------------------------

                 Key: HCANN-14
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HCANN-14
             Project: Hibernate Commons Annotations
          Issue Type: Improvement
         Environment: hibernate-annotations-3.4.0.GA
            Reporter: Ronny Zabel
            Priority: Minor


Currently the TypeDef parameters

  @TypeDef(name = "AName", typeClass = AParameterizedUserType.class, parameters = { @Parameter(name = "aGlobalParam", value = "aValue") }) })

are completly overwritten if Type parameters are provided

   @Type(type = "AName", parameters = { @Parameter(name = "aLocalParam", value = "aValue") })

so that "global params" is not accessable.


Would be nice if inheritance can be provided.


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