The following issue has been updated:
Updater: Matt Hall (mailto:ma...@us...)
Date: Tue, 23 Sep 2003 10:39 AM
Comment:
Utility to load objects via reflection using new field constants.
Changes:
Attachment changed to HttpFormUtil.java
---------------------------------------------------------------------
For a full history of the issue, see:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-357&page=history
---------------------------------------------------------------------
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: Unassigned
Priority: Minor
Project: Hibernate2
Components:
toolset
Assignee:
Reporter: Matt Hall
Created: Tue, 23 Sep 2003 10:38 AM
Updated: Tue, 23 Sep 2003 10:39 AM
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
|