]
Ted Bergeron commented on HHH-4232:
-----------------------------------
According to the fix version, you need Hibernate 3.5.0-Beta-2. Hibernate 3.5 has absorbed
the annotations component.
TypeDef support on @Embeddable or @MappedSuperClass classes (Sharath
Reddy)
---------------------------------------------------------------------------
Key: HHH-4232
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4232
Project: Hibernate Core
Issue Type: New Feature
Components: annotations
Environment: Oracle 11, hibernate 3.4.0 GA
Reporter: Ted Bergeron
Assignee: Sharath Reddy
Fix For: 3.5.0-Beta-2
Attachments: ANN-820.patch, HHH-4232.patch
@TypeDefs({
@TypeDef(
name = "status",
typeClass = EnumUserType.class,
parameters = {@Parameter(name = "enumClass", value =
"com.acme.common.model.Status")}
)
})
I declare various @TypeDefs such as this. They all work fine when used in @Entity
classes. When used in a @MappedSuperclass, or an @Embeddable, they fail.
I see from the docs that these are global and double checked that I do not have any
duplicate @TypeDef definitions.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: