[hibernate-issues] [Hibernate-JIRA] Closed: (HBX-70) configure generation of get- and set- methods
Steve Ebersole (JIRA)
noreply at atlassian.com
Mon Mar 21 13:00:57 EDT 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steve Ebersole closed HBX-70.
-----------------------------
Closing stale resolved issues
> configure generation of get- and set- methods
> ---------------------------------------------
>
> Key: HBX-70
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-70
> Project: Hibernate Tools
> Issue Type: Patch
> Components: hbm2java
> Affects Versions: 2.1
> Environment: hibernate-extensions-2.1.3
> Reporter: Carsten S
> Priority: Minor
> Fix For: 3.1beta1
>
> Attachments: getSetPatch.diff
>
>
> This patch adds two new boolean meta-attributes: gen-get and gen-set to configure if the set- or get- method for a property should be generated. Default is 'true'.
> Example:
> <property name="test" column="test" access="field" type="int">
> <meta attribute="gen-get">false</meta>
> <meta attribute="gen-set">false</meta>
> </property>
--
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list