From: <leg...@at...> - 2003-10-12 14:21:20
|
Message: The following issue has been closed. Resolver: Max Rydahl Andersen Date: Sun, 12 Oct 2003 9:20 AM finally committed this stuff --------------------------------------------------------------------- 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: Closed Priority: Trivial Resolution: FIXED Project: Hibernate2 Fix Fors: 2.1 Versions: 2.0.3 Assignee: Max Rydahl Andersen Reporter: Hunter Kelly Created: Wed, 1 Oct 2003 10:54 AM Updated: Sun, 12 Oct 2003 9:20 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 |