[hibernate-issues] [Hibernate-JIRA] Moved: (HHH-4988) Support of TypeDef parameter inheritance

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Mar 9 08:11:48 EST 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard moved HCANN-14 to HHH-4988:
--------------------------------------------

        Key: HHH-4988  (was: HCANN-14)
    Project: Hibernate Core  (was: Hibernate Commons Annotations)

> Support of TypeDef parameter inheritance
> ----------------------------------------
>
>                 Key: HHH-4988
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4988
>             Project: Hibernate Core
>          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