瀏覽代碼

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