]
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: