From: <leg...@at...> - 2003-10-07 16:12:22
|
The following issue has been updated: Updater: xfgdf (mailto:sa...@ho...) Date: Tue, 7 Oct 2003 11:12 AM Changes: Attachment changed to Value.java --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-173&page=history --------------------------------------------------------------------- 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: Tue, 7 Oct 2003 11:12 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 |