浏览代码

Update README.md

Git-Leon 6 年前
父节点
当前提交
bd0a4811a9
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

@@ -21,6 +21,7 @@
21 21
 			* configures the way of increment of the specified `column(field)`
22 22
 		* `@Column(name = "OPTION_ID")`
23 23
 			* specifies mapped column for a persistent property or field
24
+			* without `@Column` specified, the framework assumes the field's variable-name is the persistent property name.
24 25
 
25 26
 * `Option` has a `value` instance variable of type `String`
26 27
 	* `value` should be `annotated` with