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