From: <leg...@at...> - 2003-09-23 17:29:56
|
Message: The following issue has been re-assigned. Assignee: Max Rydahl Andersen (mailto:xa...@xa...) Assigner: Gavin King (mailto:ga...@in...) Date: Tue, 23 Sep 2003 12:29 PM Comment: handball --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-357 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-357 Summary: Field name generator in hbm2java, and a tool to load obects from a request based on those constants. Type: New Feature Status: Assigned Priority: Minor Project: Hibernate2 Components: toolset Assignee: Max Rydahl Andersen Reporter: Matt Hall Created: Tue, 23 Sep 2003 10:38 AM Updated: Tue, 23 Sep 2003 12:29 PM Environment: All Description: This patch includes a small patch to generate String constants that represent the fields in a generated class file. If we then use these field constants in our JSPs, when we get a request back in a servlet it's really easy to load data into large objects automatically. So, the patch is to BasicRenderer.java to add generation of these constants, and the new class is HttpFormUtil.java and can be used to load any object automatically from a request. --------------------------------------------------------------------- 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 |