Przeglądaj źródła

Update README.md

Git-Leon 6 lat temu
rodzic
commit
bd0a4811a9
Brak konta powiązanego z e-mailem autora
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      README.md

+ 1
- 0
README.md Wyświetl plik

@@ -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