Message:
The following issue has been re-assigned.
Assignee: Max Rydahl Andersen (mailto:xa...@xa...)
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-376
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-376
Summary: Hibernate Mapping DTD does not allow meta tags under component
Type: Patch
Status: Assigned
Priority: Trivial
Project: Hibernate2
Versions:
2.0.3
Assignee: Max Rydahl Andersen
Reporter: Hunter Kelly
Created: Wed, 1 Oct 2003 10:54 AM
Updated: Wed, 1 Oct 2003 10:57 AM
Environment: Not applicable
Description:
The <component> element under <class> does not allow meta tags, for
example:
<component name="foo" class="eg.Foo">
<meta attribute="generated-class">eg.FooBase</meta>
<property name="value" type="int"/>
<property name="lastDate" type="timestamp"/>
</component>
However, the hbm2java guy will generate classes for components, so it is necessary to be able to override stuff using the meta tags.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|