From: <leg...@at...> - 2003-07-10 12:21:45
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-173 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-173 Summary: Access to <meta> with the API Type: Improvement Status: Unassigned Priority: Minor Project: Hibernate2 Components: core Assignee: Reporter: xfgdf Created: Thu, 10 Jul 2003 7:21 AM Updated: Thu, 10 Jul 2003 7:21 AM Description: It would be great to access to the <meta> elements with the API. Something like : String ClassMetaData.getClassMetaTag(String key); String ClassMetaData.getPropertyMetaTag(String property, String key); String ClassMetaData.getCollectionMetaTag(String role, String key); ... May be their not all usefull. This would help to make our own generator (form JSP, personnal toString(), XML, etc). Hibernate mapping files could be use this way as a repository for all kind of metadata. Adrien --------------------------------------------------------------------- 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 |